Skip to content

Misc Patching#485

Merged
bapplejax merged 4 commits intoMetroStar:mainfrom
jbouder:sb-vite-ts-patching
Apr 9, 2026
Merged

Misc Patching#485
bapplejax merged 4 commits intoMetroStar:mainfrom
jbouder:sb-vite-ts-patching

Conversation

@jbouder
Copy link
Copy Markdown
Contributor

@jbouder jbouder commented Apr 9, 2026

Description

  • Upgraded Storybook to latest
  • Upgraded Vite to latest
  • Upgraded TypeScript to latest
  • Updated configs for TypeScript changes

Related Issue

N/A

Motivation and Context

  • Security Patching

How Has This Been Tested?

  • Local testing

Screenshots (if appropriate):

Copilot AI review requested due to automatic review settings April 9, 2026 00:59
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.59%. Comparing base (bb9d830) to head (bb14419).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #485      +/-   ##
==========================================
- Coverage   99.59%   99.59%   -0.01%     
==========================================
  Files          51       51              
  Lines         997      995       -2     
  Branches      346      344       -2     
==========================================
- Hits          993      991       -2     
  Misses          4        4              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR performs “misc patching” by upgrading core frontend/tooling dependencies (Storybook, Vite, TypeScript) and adjusting TypeScript configurations to accommodate updated compiler behavior across the monorepo.

Changes:

  • Upgraded Storybook packages, Vite, @vitejs/plugin-react, and TypeScript.
  • Updated root tsconfig.json to suppress deprecation warnings for the new TypeScript baseline.
  • Tightened/standardized per-package TypeScript configs (e.g., rootDir, module resolution) and added explicit typings in comet-mcp utilities to satisfy stricter typechecking.

Reviewed changes

Copilot reviewed 6 out of 8 changed files in this pull request and generated no comments.

Show a summary per file
File Description
tsconfig.json Adds ignoreDeprecations to align with the upgraded TypeScript version.
packages/comet-uswds/tsconfig.json Sets rootDir to ./src for more explicit project structure under TS updates.
packages/comet-extras/tsconfig.json Sets rootDir to ./src for consistent compilation boundaries.
packages/comet-data-viz/tsconfig.json Sets rootDir to ./src for consistent compilation boundaries.
packages/comet-mcp/tsconfig.json Updates module resolution strategy, adds Node types, and excludes dist from compilation inputs.
packages/comet-mcp/src/utils.ts Adds explicit callback parameter typings to satisfy stricter TS inference/implicit-any behavior.
package.json Bumps Storybook/Vite/TypeScript and related tooling versions for patching/security.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Copy Markdown
Contributor

@bapplejax bapplejax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pulled locally and works wtih all commands!

@bapplejax bapplejax merged commit 70a758b into MetroStar:main Apr 9, 2026
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants